home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / nfss-addons / sans.sty < prev    next >
Text File  |  1992-09-19  |  677b  |  21 lines

  1. % SANS.STY
  2. % (c) 1992 J"org Knappen 
  3. % This style produces sans serif as default font
  4. % \sf switches to a serifed font
  5. % This option only works with the new font selction scheme and LaTeX of
  6. % 1-DEC-1991 or later.
  7. \@ifundefined{extract@font}
  8.      {\errmessage{The style option `sans' does not make sense if you
  9.                   do not use a format with the new font selection scheme.}
  10.       \endinput}
  11.      {}
  12. \@ifundefined{reset@font}
  13.      {\errmessage{The style option `sans' does not make sense if you
  14.                   do not use LaTeX of Dec 1, 1991 or later.}
  15.       \endinput}
  16.      {}
  17. \renewcommand{\rmdefault}{cmss}
  18. \renewcommand{\sfdefault}{cmr}
  19. \reset@font
  20. \endinput
  21.